home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / ACES.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  2.5 KB  |  109 lines

  1. REM
  2. REM The file name of this file is ACES.B50
  3. REM
  4. REM                 Aces of the Pacific
  5. REM
  6. REM                 F16C Block 50 FLCS ADV file
  7. REM
  8. REM                 Written and Tested by David Dickinson - August, 1994
  9. REM ╔═══════════════════════════════════════════════════════════════════════╗
  10. REM ║Mark II WCS Base Switch Settings                                       ║
  11. REM ║Black Hat switch = Digital                                             ║
  12. REM ║Red Switch       = Digital                                             ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14. REM ╔═════════════════════════════════════════════════════════════╗
  15. REM ║Game Settings: (Settings required for this game to use WCSII)║
  16. REM ╚═════════════════════════════════════════════════════════════╝
  17. REM
  18. REM Choose Normal JOYSTICK in AOTP
  19. REM
  20. REM
  21. REM ╔═════════════════════════════════════════════════════╗
  22. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  23. REM ╚═════════════════════════════════════════════════════╝
  24.  
  25. MDEF ACES
  26.  
  27. REM ╔════════════════════════════════════════════════════════╗
  28. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  29. REM ║ want your ADV file to reference.  For example, if you  ║
  30. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  31. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  32. REM ╚════════════════════════════════════════════════════════╝
  33.  
  34. RATE 70
  35.  
  36. REM ╔════════════════════════════════════════════════════════════╗
  37. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  38. REM ╚════════════════════════════════════════════════════════════╝
  39.  
  40. USE WCS
  41.  
  42. REM ╔════════════════════════╗
  43. REM ║FLCS Buttons Commands:  ║
  44. REM ╚════════════════════════╝
  45.  
  46. BTN S1 Viewtoggle
  47.  
  48. BTN S2 Bombs
  49.  
  50. BTN S3 Guns
  51.  
  52. BTN S4 Unjam
  53.  
  54. BTN H1U Lookup
  55.  
  56. BTN H1L Lookleft
  57.  
  58. BTN H1R Lookright
  59.  
  60. BTN H1D Lookback
  61.  
  62. BTN H1M Lookforward
  63.  
  64. BTN H2U SendMessage
  65.  
  66. BTN H2L Msg"break_left"
  67.  
  68. BTN H2R Msg"break_right"
  69.  
  70. BTN H2D AbortMessage
  71.  
  72. BTN H3U Msgoption1
  73.  
  74. BTN H3L Msgoption3
  75.  
  76. BTN H3R Msgoption4
  77.  
  78. BTN H3D Msgoption2
  79.  
  80. BTN H4U Msgoption5
  81.  
  82. BTN H4L Msg"get_on_wing"
  83.  
  84. BTN H4R Msg"clear_tail"
  85.  
  86. BTN H4D Msg"attack_all"
  87.  
  88. REM ╔════════════════════════╗
  89. REM ║WCS II Buttons Commands:║
  90. REM ╚════════════════════════╝
  91.  
  92. @DigitalThrottle
  93.  
  94. BTN T1 MaxSafePower
  95.  
  96. BTN T2 Autopilot
  97.  
  98. BTN T3 Rockets
  99.  
  100. BTN T4 Tanks
  101.  
  102. BTN T5 Bail
  103.  
  104. BTN T6 /T DiveBrakes /T WheelBrakes
  105.  
  106. BTN T7 /P /N Flaps /R /N Flaps
  107.  
  108. BTN T8 /P /N Gear /R /N Gear
  109.